home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
6623
/
6623.xpi
/
content
/
extovl.xul
< prev
next >
Wrap
Extensible Markup Language
|
2009-07-13
|
511b
|
21 lines
<?xml version="1.0"?>
<overlay id="bpriv-extensions-overlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/x-javascript" src="chrome://bp/content/bp.js"/>
<script type="application/x-javascript">
<![CDATA[
window.addEventListener("load", function(aEvent) {
aEvent.currentTarget.removeEventListener("load", arguments.callee, false);
bpriv.extopened();
}, false);
]]>
</script>
</overlay>